JSON Object to String
Command Prototype
strJSON = JSON.Stringify(objJSON)
Command Description
Converts an object into a JSON string
Parameter Description
- Required Parameter
- objJSON--The object to convert to a JSON string
- return
- strJSON--The variable to which the output of the function call is saved